repo-sync: remove deprecated isPy

This commit is contained in:
lassulus 2018-10-07 12:09:32 +02:00
parent ee07881154
commit 999f9112ed

View File

@ -3,7 +3,6 @@
with python3Packages; buildPythonPackage rec {
name = "repo-sync-${version}";
version = "0.2.7";
disabled = isPy26 || isPy27;
propagatedBuildInputs = [
docopt
GitPython