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
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, python
|
, python
|
||||||
, isPy27
|
|
||||||
, zope_interface
|
, zope_interface
|
||||||
, incremental
|
, incremental
|
||||||
, automat
|
, automat
|
||||||
@ -18,7 +17,6 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Twisted";
|
pname = "Twisted";
|
||||||
version = "19.7.0";
|
version = "19.7.0";
|
||||||
disabled = isPy27; # ruamel namespace now conflicts in python27
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user