python.pkgs.python-packer: remove dependency pinning
This commit is contained in:
parent
5e4fd34cfe
commit
65b4c9b3d4
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, sh }:
|
{ stdenv, buildPythonPackage, fetchPypi, fetchpatch, sh }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-packer";
|
pname = "python-packer";
|
||||||
@ -9,6 +9,12 @@ buildPythonPackage rec {
|
|||||||
sha256 = "fd363dae9bd2efd447739bbf7a4f29c1e4741596ae7b02d252fe525b2b4176e7";
|
sha256 = "fd363dae9bd2efd447739bbf7a4f29c1e4741596ae7b02d252fe525b2b4176e7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = fetchpatch {
|
||||||
|
url = "${meta.homepage}/commit/de3421bf13bf7c3ec11fe0a381f0944e102b1d97.patch";
|
||||||
|
excludes = [ "dev-requirements.txt" ];
|
||||||
|
sha256 = "0rgmkyn7i6y1xs8m75dpl8hq7j2ns2s3dvp7kv9j4zwic93rrlsc";
|
||||||
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sh ];
|
propagatedBuildInputs = [ sh ];
|
||||||
|
|
||||||
# Tests requires network connections
|
# Tests requires network connections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user