mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Revert "pythonPackages.twisted: disable python2"
Builds fine now.
This reverts commit a1a8c96d8f
.
This commit is contained in:
parent
e70c0170df
commit
767c0b74fe
@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, python
|
||||
, isPy27
|
||||
, zope_interface
|
||||
, incremental
|
||||
, automat
|
||||
@ -18,7 +17,6 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "Twisted";
|
||||
version = "19.7.0";
|
||||
disabled = isPy27; # ruamel namespace now conflicts in python27
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user