Revert "pythonPackages.twisted: disable python2"

Builds fine now.

This reverts commit a1a8c96d8f.
This commit is contained in:
Frederik Rietdijk 2019-10-23 12:49:45 +02:00
parent e70c0170df
commit 767c0b74fe

View File

@ -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;