Re: [PATCH] devel/py-esptool

2021-11-22 Thread Tracey Emery
On Sun, Nov 21, 2021 at 06:57:25PM +0100, Clemens Gößnitzer wrote:
> I found this by chance while looking for something else.  I don't know if it's
> worth the effort to commit this, or if a revision bump is needed.
> 
> Thanks.
> 

Thanks. This is committed.

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/py-esptool/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- Makefile  2 Nov 2021 00:00:48 -   1.5
> +++ Makefile  21 Nov 2021 17:55:25 -
> @@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =  Yes
>  
>  RUN_DEPENDS +=   devel/py-serial${MODPY_FLAVOR} \
>   security/py-aes${MODPY_FLAVOR} \
> - security/py-ecdsa${MODPY_FLAVOR} \
> + security/py-ecdsa${MODPY_FLAVOR}
>  
>  FLAVORS =python3
>  FLAVOR = python3

-- 

Tracey Emery



[PATCH] devel/py-esptool

2021-11-21 Thread Clemens Gößnitzer
I found this by chance while looking for something else.  I don't know if it's
worth the effort to commit this, or if a revision bump is needed.

Thanks.


Index: Makefile
===
RCS file: /cvs/ports/devel/py-esptool/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile2 Nov 2021 00:00:48 -   1.5
+++ Makefile21 Nov 2021 17:55:25 -
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =  Yes
 
 RUN_DEPENDS += devel/py-serial${MODPY_FLAVOR} \
security/py-aes${MODPY_FLAVOR} \
-   security/py-ecdsa${MODPY_FLAVOR} \
+   security/py-ecdsa${MODPY_FLAVOR}
 
 FLAVORS =  python3
 FLAVOR =   python3