urlscan: remove 'isPy35' dependency, as it's no longer needed

This commit is contained in:
Lengyel Balázs 2016-12-28 13:26:00 +01:00
parent 93fc4281ba
commit e912145eae

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, isPy35, fetchFromGitHub, urwid, pythonOlder }:
{ stdenv, buildPythonPackage, fetchFromGitHub, urwid, pythonOlder }:
buildPythonPackage rec {
name = "urlscan-${version}";