diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 17:51:59 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 17:51:59 +0100 |
commit | 2a06d93c13997409e59e398fbd3e7b7fc7e655e0 (patch) | |
tree | 075cb52f093f85841db3cc2d4508129112c7a775 /community/wslay/py3.patch | |
parent | c536001053c6576976c99285d8c9a5a867aabeb0 (diff) | |
download | aports-2a06d93c13997409e59e398fbd3e7b7fc7e655e0.tar.bz2 aports-2a06d93c13997409e59e398fbd3e7b7fc7e655e0.tar.xz |
community/wslay: remove workaround for py3-sphinx
Diffstat (limited to 'community/wslay/py3.patch')
-rw-r--r-- | community/wslay/py3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/wslay/py3.patch b/community/wslay/py3.patch deleted file mode 100644 index 3600004446..0000000000 --- a/community/wslay/py3.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 5e83cbf..5cf44f1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -48,7 +48,7 @@ AC_PROG_LN_S - AC_PROG_MAKE_SET - PKG_PROG_PKG_CONFIG([0.20]) - --AC_PATH_PROG([SPHINX_BUILD], [sphinx-build]) -+AC_PATH_PROG([SPHINX_BUILD], [sphinx-build-3]) - AC_SUBST([SPHINX_BUILD]) - AM_CONDITIONAL([HAVE_SPHINX_BUILD], [ test "x$SPHINX_BUILD" != "x" ]) - - |