From cd0f8d69fb1e7e14f62b01bd95a683e10cfa4757 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 03:43:16 +0000 Subject: Changes after running %prep ignore: true --- diff --git a/scripts/activate-global-python-argcomplete b/scripts/activate-global-python-argcomplete index ab6b77f..8ab7a8b 100755 --- a/scripts/activate-global-python-argcomplete +++ b/scripts/activate-global-python-argcomplete @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # PYTHON_ARGCOMPLETE_OK # Copyright 2012-2013, Andrey Kislyuk and argcomplete contributors. diff --git a/scripts/python-argcomplete-check-easy-install-script b/scripts/python-argcomplete-check-easy-install-script index 8625971..b555a4f 100755 --- a/scripts/python-argcomplete-check-easy-install-script +++ b/scripts/python-argcomplete-check-easy-install-script @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # Copyright 2012-2013, Andrey Kislyuk and argcomplete contributors. # Licensed under the Apache License. See https://github.com/kislyuk/argcomplete for more info. diff --git a/scripts/register-python-argcomplete b/scripts/register-python-argcomplete index 30f0d58..aeff3f6 100755 --- a/scripts/register-python-argcomplete +++ b/scripts/register-python-argcomplete @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # PYTHON_ARGCOMPLETE_OK # Copyright 2012-2013, Andrey Kislyuk and argcomplete contributors. diff --git a/setup.py b/setup.py index 9df5c96..ae13967 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import glob from setuptools import setup, find_packages install_requires = [] -tests_require = ["coverage", "flake8", "pexpect", "wheel"] +tests_require = ["pexpect", ] setup( name='argcomplete', diff --git a/test/test.py b/test/test.py index bdda990..e9e2572 100755 --- a/test/test.py +++ b/test/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function, unicode_literals