forked from mirrors/nixpkgs
pythonPackages.scapy: remove name attribute (#39058)
This commit is contained in:
parent
5dc7a70f65
commit
0ebf6adcf7
|
@ -6,7 +6,6 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "scapy";
|
||||
version = "2.4.0";
|
||||
name = pname + "-" + version;
|
||||
|
||||
disabled = isPyPy;
|
||||
|
||||
|
|
Loading…
Reference in a new issue