mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/flask-sphinx-themes: initial commit, required for Flask-BabelEx
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index d14f27b..40bffcc 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
import re
|
||||
+from io import open # for python 2 compat (missing 'encoding' kw)
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
Reference in New Issue
Block a user