Skip to content

Instantly share code, notes, and snippets.

@rgaudin
Last active October 9, 2020 13:23
Show Gist options
  • Save rgaudin/eeaab830d847889dbd859443e66c09fd to your computer and use it in GitHub Desktop.
Save rgaudin/eeaab830d847889dbd859443e66c09fd to your computer and use it in GitHub Desktop.
--- setup.py 2020-05-06 16:24:31.000000000 +0000
+++ setup2.py 2020-10-09 13:23:23.000000000 +0000
@@ -1234,9 +1234,7 @@
define_macros=[("PY_SSIZE_T_CLEAN", None)],
)
ext_modules.append(gi_cairo_ext)
- install_requires.append(
- "pycairo>=%s" % get_version_requirement(
- get_pycairo_pkg_config_name()))
+ install_requires.append("pycairo")
version = pkginfo["Version"]
if is_dev_version():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment