diff options
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 28b861e4ff04..da8c5317db76 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -23,6 +23,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# NOTE +# Regression 2.12.13 -> 2.11.7 due to: +# https://github.com/SlackBuildsOrg/slackbuilds/pull/2421 + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid |