mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
pythonPackages.btrees: Add missing build-time only dependencies
This commit is contained in:
parent
b5f436cf0e
commit
1d6aa6581a
|
@ -5,7 +5,8 @@ buildPythonPackage rec {
|
|||
version = "4.4.1";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
propagatedBuildInputs = [ persistent zope_interface transaction ];
|
||||
buildInputs = [ transaction ];
|
||||
propagatedBuildInputs = [ persistent zope_interface ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue