mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
remove absl-py, change to buildInputs
This commit is contained in:
parent
5165ecb7f6
commit
3723b2d8ab
@ -3,7 +3,6 @@
|
||||
, fetchPypi
|
||||
, six
|
||||
, enum34
|
||||
, absl-py
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
};
|
||||
|
||||
propogatedBuildInputs = [ six enum34 ];
|
||||
buildInputs = [ six enum34 ];
|
||||
|
||||
# PyPI archive does not ship with tests
|
||||
doCheck= false;
|
||||
|
Loading…
Reference in New Issue
Block a user