Merge pull request #125426 from arcnmx/mechanical-soup-alias

python3Packages.MechanicalSoup: fix alias
This commit is contained in:
Fabian Affolter
2021-06-03 09:18:15 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{ lib
, beautifulsoup4
, buildPythonPackage
, pythonAtLeast
, fetchFromGitHub
, lxml
, pytest-httpbin
@@ -14,6 +15,8 @@ buildPythonPackage rec {
pname = "mechanicalsoup";
version = "1.1.0";
disabled = ! pythonAtLeast "3.6";
src = fetchFromGitHub {
owner = "MechanicalSoup";
repo = "MechanicalSoup";