net-snmp: rename from net_snmp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user