net-snmp: split outputs (#76155)

net-snmp: split outputs
This commit is contained in:
Jörg Thalheim
2019-12-25 06:27:55 +00:00
committed by GitHub
26 changed files with 126 additions and 71 deletions

View File

@@ -3,7 +3,7 @@
, buildPythonPackage
, pythonAtLeast
, fetchFromGitHub
, net_snmp
, net-snmp
, openssl
, pytest
, pytestcov
@@ -35,12 +35,12 @@ buildPythonPackage rec {
];
buildInputs = [
net_snmp
net-snmp
openssl
];
buildPhase = ''
python setup.py build bdist_wheel --basedir=${net_snmp}/bin
python setup.py build bdist_wheel --basedir=${lib.getBin net-snmp}/bin
'';
# Unable to get tests to pass, even running by hand. The pytest tests have