diff mbox series

[ovs-dev] cirrus: Use python 3.7 packages on FreeBSD.

Message ID 20200102120840.4783-1-i.maximets@ovn.org
State Accepted
Headers show
Series [ovs-dev] cirrus: Use python 3.7 packages on FreeBSD. | expand

Commit Message

Ilya Maximets Jan. 2, 2020, 12:08 p.m. UTC
Python 3.6 versions of these packages are no longer available in
FreeBSD ports.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Jan. 2, 2020, 6:33 p.m. UTC | #1
On Thu, Jan 02, 2020 at 01:08:40PM +0100, Ilya Maximets wrote:
> Python 3.6 versions of these packages are no longer available in
> FreeBSD ports.
> 
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Ilya Maximets Jan. 3, 2020, 12:40 p.m. UTC | #2
On 02.01.2020 19:33, Ben Pfaff wrote:
> On Thu, Jan 02, 2020 at 01:08:40PM +0100, Ilya Maximets wrote:
>> Python 3.6 versions of these packages are no longer available in
>> FreeBSD ports.
>>
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks!  Applied to master and backported to 2.12.

Best regards, Ilya Maximets.
Ilya Maximets Jan. 15, 2020, 9:59 p.m. UTC | #3
On 03.01.2020 13:40, Ilya Maximets wrote:
> On 02.01.2020 19:33, Ben Pfaff wrote:
>> On Thu, Jan 02, 2020 at 01:08:40PM +0100, Ilya Maximets wrote:
>>> Python 3.6 versions of these packages are no longer available in
>>> FreeBSD ports.
>>>
>>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>>
>> Acked-by: Ben Pfaff <blp@ovn.org>
> 
> Thanks!  Applied to master and backported to 2.12.

Backported also to 2.11.
I didn't do that last time for unknown reason.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index f7a625f01..1b32f55d6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@  freebsd_build_task:
 
   env:
     DEPENDENCIES: automake libtool gmake gcc wget openssl
-                  python3 py36-openssl py36-sphinx
+                  python3 py37-openssl py37-sphinx
     matrix:
       COMPILER: gcc
       COMPILER: clang