pythonPackages: ugly fix docker registry dependencies
This commit is contained in:
parent
f57d22fd05
commit
67e703e630
@ -2195,6 +2195,8 @@ let
|
|||||||
boto redis setuptools simplejson
|
boto redis setuptools simplejson
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patchPhase = "> requirements/main.txt";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Docker registry core package";
|
description = "Docker registry core package";
|
||||||
homepage = https://github.com/docker/docker-registry;
|
homepage = https://github.com/docker/docker-registry;
|
||||||
@ -2215,10 +2217,12 @@ let
|
|||||||
|
|
||||||
doCheck = false; # requires redis server
|
doCheck = false; # requires redis server
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
docker_registry_core blinker flask gevent gunicorn pyyaml
|
setuptools docker_registry_core blinker flask gevent gunicorn pyyaml
|
||||||
requests2 rsa sqlalchemy setuptools backports_lzma pyasn1
|
requests2 rsa sqlalchemy setuptools backports_lzma pyasn1
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patchPhase = "> requirements/main.txt";
|
||||||
|
|
||||||
# Default config uses needed env variables
|
# Default config uses needed env variables
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s $out/lib/python2.7/site-packages/config/config_sample.yml $out/lib/python2.7/site-packages/config/config.yml
|
ln -s $out/lib/python2.7/site-packages/config/config_sample.yml $out/lib/python2.7/site-packages/config/config.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user