summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pycurl/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-15 10:08:27 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:54 +0100
commitd2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe (patch)
treefb42d34132de1274474bdb0661c1bbba8cbf1e0a /pkgs/development/python-modules/pycurl/default.nix
parentpython.pkgs.partd: disable failing test (diff)
downloadnixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.gz
Python: fix outfall after setting `strictDeps = true;`
Diffstat (limited to 'pkgs/development/python-modules/pycurl/default.nix')
-rw-r--r--pkgs/development/python-modules/pycurl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pycurl/default.nix b/pkgs/development/python-modules/pycurl/default.nix
index c437df9cd99c..9fb27c88c029 100644
--- a/pkgs/development/python-modules/pycurl/default.nix
+++ b/pkgs/development/python-modules/pycurl/default.nix
@@ -20,6 +20,7 @@ buildPythonPackage rec {
};
buildInputs = [ curl openssl.out ];
+ nativeBuildInputs = [ curl ];
checkInputs = [ bottle pytest nose flaky ];